vcProcessFlowGroup
Process flow group is a grouping of product types that share same process flow sequence and can navigate through the same transport links. Every product type belongs to exactly one flow group, with the only exception being the system "Any" product type that doesn't belong to a flow group.
See in: Overview
Module: vcProcessModel
Parent: vcObject
Children -
Referenced by: vcGetFlowStepStatement.FlowGroup, vcProcessFlowGroupManager.Groups, vcProcessFlowGroupManager.createGroup(), vcProcessFlowGroupManager.findGroup(), ... (see more)
vcGetFlowStepStatement.FlowGroup
vcProcessFlowGroupManager.Groups
vcProcessFlowGroupManager.createGroup()
vcProcessFlowGroupManager.findGroup()
vcProductType.FlowGroup
vcProductTypeFilter.AcceptedFlowGroups
vcTransportLink.SupportedGroup
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| IsVisible | Boolean | RW | Gets or sets whether this group is visible in certain areas of the user interface. |
| Name | String | RW | Gets or sets process flow group name.See moreExceptions: ValueError: When given process flow group name is empty or not unique. |
| ProductTypes | vcObservableList[vcProductType] | R | Gets the list of product types that belong to this group. |
| Properties | vcPropertyContainer | R | Gets the properties of this process flow group. |
| Sequence | vcProcessSequence | R | Gets the sequence tied to this flow group. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| clone | vcProcessFlowGroup | None | Returns a clone of this process flow group. |
| delete | None | None | Tries to delete the given group.See moreNote: Deleting a flow group also causes deletion of any contained product types and other tied data such as process flow sequence. |